function n. 1.功能,官能,機(jī)能,作用。 2.〔常 pl.〕職務(wù),職責(zé)。 3.慶祝儀式;(盛大的)集會(huì),宴會(huì)。 4.【數(shù)學(xué)】函數(shù);與其他因素有密切關(guān)系的事。 The function of the ear is to listen. 耳的功能是聽。 the function of education 教育的功能。 discharge one's functions 盡職。 the functions and powers of the National Congress 全國(guó)代表大會(huì)的職權(quán)。 a controllable function【火箭】遙控程序。 public [social] function招待會(huì),文娛晚會(huì),社交集會(huì)。 vital functions 生命機(jī)能。 vi. (器官等)活動(dòng),(機(jī)器等)運(yùn)行,發(fā)揮作用。 function as teacher 擔(dān)任教師。 a sofa functioning as a bed 兼當(dāng)床用的沙發(fā)。 The lathe doesn't function well. 這臺(tái)車床有毛病。 function digit [letter] 【計(jì)算機(jī)】操作數(shù)碼[字碼]。
function of function迭函數(shù); function合成函數(shù); 元函數(shù)
A function driver can dynamically link to other kernel - mode dlls too 一個(gè)函數(shù)驅(qū)動(dòng)也可以動(dòng)態(tài)鏈接到其他內(nèi)核模式的dll 。
The combination of minidriver and class driver adds up to a single function driver 迷你驅(qū)動(dòng)核類驅(qū)動(dòng)的聯(lián)合組成了一個(gè)單一的函數(shù)驅(qū)動(dòng)。
I said earlier that devices can have upper and lower filter drivers as well as a function driver 之前我說(shuō)過(guò):設(shè)備可以像一個(gè)函數(shù)驅(qū)動(dòng)那樣具有更高或更低的過(guò)濾驅(qū)動(dòng)。
Fdo stands for function device object . the function driver uses this object to manage the functionality of the device Fdo代表功能設(shè)備對(duì)象。功能驅(qū)動(dòng)使用這個(gè)對(duì)象來(lái)管理設(shè)備的功能性。
You will decide first whether to write a monolithic function driver , a filter driver , or just a minidriver 你首先要決定要編寫一個(gè)單片機(jī)類的驅(qū)動(dòng),一個(gè)篩選驅(qū)動(dòng),或者僅僅一個(gè)迷你驅(qū)動(dòng)。
The system calls adddevice in the driver specified by the service value in the device key . this is the function driver 系統(tǒng)調(diào)用在設(shè)備關(guān)鍵中由服務(wù)值指向的驅(qū)動(dòng)中的“添加設(shè)備” 。這是個(gè)函數(shù)驅(qū)動(dòng)。
Before i knew the facts , i guessed that device - level filters would be closer to the function driver than class - level filters 在我了解事實(shí)之前,我建議:設(shè)備級(jí)別的過(guò)濾器應(yīng)該比類級(jí)別的過(guò)濾器更貼近函數(shù)驅(qū)動(dòng)。
With some exceptions to be noted in the next section , most other types of device require what i ' ve called here a monolithic wdm function driver 在下一節(jié)中提到了很多反例,大部分其他類型的設(shè)備要求(一個(gè))我在這里稱作“單片機(jī)wdm功能驅(qū)動(dòng)” (的驅(qū)動(dòng)) 。
In the software section , the “ wave descriptor ” and the whole communication process of cy7c68013 in the gpif master mode were expounded ; and the testing result of the firmware was listed at the end of the firmware part ; function driver is the bridge between hardware and host software , and the design process of the wdm ( windows driver mode ) driver for the usb was introduced here ; finally the application software used to exhibit the curves and save data was designed , and the functions of the software were also explained 在軟件部分,詳細(xì)闡述了cy7c68013在gpif工作模式下的波形設(shè)計(jì)過(guò)程及其數(shù)據(jù)通信流程,并給出了調(diào)試結(jié)果;驅(qū)動(dòng)程序是硬件和客戶應(yīng)用程序間通信的橋梁,文中介紹了usb的wdm功能驅(qū)動(dòng)程序設(shè)計(jì)過(guò)程;最后,設(shè)計(jì)了一個(gè)主要用于演示數(shù)據(jù)變化曲線和數(shù)據(jù)保存的應(yīng)用程序,并對(duì)其功能做了解釋。
Within the category of wdm driver , you can also distinguish between class drivers ( which manage a device belonging to some well - defined class of device ) and minidrivers ( which supply vendor - specific help to a class driver ) , and between monolithic function drivers ( which embody all the functionality needed to support a hardware device ) and filter drivers ( which “ filter ” the i / o operations for a particular device in order to add or modify behavior ) 在wdm驅(qū)動(dòng)的范疇里,你還要區(qū)分類驅(qū)動(dòng)(管理屬于某些明確定義設(shè)備類的設(shè)備)和迷你驅(qū)動(dòng),以及單片函數(shù)驅(qū)動(dòng)(具體化所有支持一個(gè)硬件設(shè)備所需的功能)和篩選驅(qū)動(dòng)(為一個(gè)特殊的設(shè)備過(guò)濾一些i / o操作一邊增加或者定義行為) 。